home *** CD-ROM | disk | FTP | other *** search
/ Mesolore / Mesolore - Disc 1.iso / mac / data / Index.dir / 00008_Script_8 < prev    next >
Text File  |  2001-03-08  |  571b  |  18 lines

  1. on mousedown
  2.   btndown
  3. end
  4.  
  5. on mouseUp
  6.   btnup
  7.   open window "Search Index Results"
  8.   
  9.   set the windowType of window "Search Index Results" to 4
  10.   --  temp = field "results"
  11.   tell window "Search Index Results" to set the member of sprite 5 = member "output"
  12.   tell window "Search Index Results" to updatestage
  13.   tell window "Search Index Results" to set the member of sprite 5 = member "results"
  14.   tell window "Search Index Results" to updatestage
  15.   --  tell window "Search Index Results" to set the scrolltop of member "results" to 0
  16.   --  
  17.   --  
  18. end